projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4357c22
)
gtk-demo: Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Mar 2016 13:53:18 +0000
(08:53 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Mar 2016 13:55:59 +0000
(08:55 -0500)
demos/gtk-demo/application_demo.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/application_demo.c
b/demos/gtk-demo/application_demo.c
index 798fcada4979d1292d5f628e2472745fc73f216e..4174bbb0550b04ce7e9d87f976c58bfa259a8182 100644
(file)
--- a/
demos/gtk-demo/application_demo.c
+++ b/
demos/gtk-demo/application_demo.c
@@
-2,7
+2,7
@@
*
* Demonstrates a simple application.
*
- * This example
s
uses GtkApplication, GtkApplicationWindow, GtkBuilder
+ * This example uses GtkApplication, GtkApplicationWindow, GtkBuilder
* as well as GMenu and GResource. Due to the way GtkApplication is structured,
* it is run as a separate process.
*/